type go/build/constraint.exprParser

7 uses

	go/build/constraint (current package)
		expr.go#L201: type exprParser struct {
		expr.go#L224: 	p := &exprParser{s: text}
		expr.go#L235: func (p *exprParser) or() Expr {
		expr.go#L246: func (p *exprParser) and() Expr {
		expr.go#L257: func (p *exprParser) not() Expr {
		expr.go#L276: func (p *exprParser) atom() Expr {
		expr.go#L313: func (p *exprParser) lex() {